java.lang.Object
ddejonge.bandana.dbraneTactics.Plan
Direct Known Subclasses:
DBranePlan

public abstract class Plan
extends java.lang.Object
Represents a set of moves, and a heuristic value for this plan.
Author:
Dave de Jonge
  • Method Summary

    Modifier and Type Method Description
    java.util.List<es.csic.iiia.fabregues.dip.orders.Order> getMyOrders()  
    int getValue()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getMyOrders

      public java.util.List<es.csic.iiia.fabregues.dip.orders.Order> getMyOrders()
    • getValue

      public int getValue()